@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#All {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #990000;
	background-color: #FFFFFF;
}

#Header {
	height: 160px;
	width: 800px;
	background-image: url(Images/Jigsaw-piece.gif);
	border: thin none #990000;
	background-repeat: no-repeat;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
}
#CorporateName  {
	background-color: #474747;
	height: 30px;
	width: 790px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #990000;
	border-bottom-color: #FFFFFF;
	border-left-color: #990000;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-attachment: fixed;
	padding-top: 5px;
}


#Strapline {
	background-color: #9F9F9F;
	height: 20px;
	width: 790px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #990000;
	border-bottom-color: #474747;
	border-left-color: #990000;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-attachment: fixed;
}
#Menu {
	background-color: #474747;
	height: 30px;
	width: 790px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #990000;
	border-bottom-color: #FFFFFF;
	border-left-color: #990000;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-attachment: fixed;
}
#Main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 780px;
	border: thin none #990000;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Main li {
	margin-bottom: 3px;
	margin-left: 25px;
	list-style-image: url(Images/Red%20Bullet.gif);
	line-height: 1.5em;
}

#Footer {
	background-color: #474747;
	height: 20px;
	width: 790px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #990000;
	border-bottom-color: #FFFFFF;
	border-left-color: #990000;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-attachment: fixed;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 5px;
	clear: both;
}
#LeftColumnWide {
	float: left;
	width: 60%;
	background-color: #FFFFFF;
}
#RightColumnNarrow {
	float: right;
	width: 35%;
	background-color: #CCC;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#LeftColSym {
	float: left;
	width: 48%;
}
#RightColSym {
	float: right;
	width: 48%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
	margin-bottom: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990000;
	margin-bottom: 6px;
	margin-top: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #474747;
	background-image: url(Images/background.jpg);
	line-height: normal;
}
p {
	margin-bottom: 6px;
	line-height: 1.5em;
}
hr {
	margin-top: 3px;
	margin-bottom: 9px;
}

.BulletedList {
	list-style-image: url(Images/Red%20Bullet.gif);
	list-style-position: outside;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
